mute
Future<void> setMuted(bool muted) async { await engineInstanceMethodChannel.invokeMethod('setMuted', muted); }