disableScreenSecurity method

  1. @override
Future<void> disableScreenSecurity()
override

Disables screen security, allowing screenshots and screen recording.

Implementation

@override
Future<void> disableScreenSecurity() async {
  await methodChannel.invokeMethod<void>('disableScreenSecurity');
}