menu
native_system_kit package
documentation
modules/device_hardware.dart
DeviceHardware
mute method
mute method
dark_mode
light_mode
mute
method
Future
<
void
>
mute
(
)
Mutes the media volume.
Implementation
Future<void> mute() async { await setVolume(0.0); }
native_system_kit package
documentation
modules/device_hardware
DeviceHardware
mute method
DeviceHardware class