Mutes local audio.
static Future<String?> mute() async { return _methodChannel.invokeMethod('Mute'); }