Future<bool?> mute(bool isMute) async { return _methodChannel .invokeMethod(MethodChannelEvent.mute, {'isMute': isMute}); }