@override Future<bool> toggleScreenshot() async { final result = await methodChannel.invokeMethod<bool>(toggleScreenShotConst); return result ?? false; }