static Future<void> setMirror(bool isMirror) async { await _channel.invokeMethod('setMirror', {'isMirror': isMirror}); }