@override Future<String?> setFullScreen() async { final result = await methodChannel.invokeMethod<String>('setFullScreen'); return result; }