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