@override Future<void> enableScreenshot() async { final result = await methodChannel.invokeMethod<String>('enableScreenshot'); _debugPrint(result); }