disableScreenSecurity method

Future<void> disableScreenSecurity()

Disables screen security, allowing screenshots and screen recording.

Implementation

Future<void> disableScreenSecurity() {
  throw UnimplementedError('disableScreenSecurity() has not been implemented.');
}