screenshotSecurity method

  1. @override
Future<bool?> screenshotSecurity(
  1. bool enable
)
override

Implementation

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