I’m writing a Flutter app with web support. I’d like to provide a cue to turn up the volume level on web browsers.
- Is it possible to query the system volume level in a web browser?
- Is there a Flutter library to do this for web targets?
I’m writing a Flutter app with web support. I’d like to provide a cue to turn up the volume level on web browsers.