menu
u package
documentation
utils/u_audio.dart
UAudio
setMuted static method
setMuted static method
dark_mode
light_mode
setMuted
static method
Future
<
void
>
setMuted
(
bool
muted
)
Implementation
static Future<void> setMuted(bool muted) => controller.setMuted(muted);
u package
documentation
utils/u_audio
UAudio
setMuted static method
UAudio class