@override Future<bool?> screenshotOFF() async { final rec = await methodChannel.invokeMethod<bool>('screenshotOFF'); return rec; }