@override Future<bool?> screenshotSecurity(bool enable ) async { final screenshotSecuritys = await methodChannel.invokeMethod<bool>('screenshotSecurity',enable); return screenshotSecuritys; }