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