Enable or disable mute
@override Future<void> setMuted(bool enabled) async { await methodChannel.invokeMethod('setMuted', {'enabled': enabled}); }