disableScreenSecurity method
Disables screen security, allowing screenshots and screen recording.
Implementation
Future<void> disableScreenSecurity() {
throw UnimplementedError('disableScreenSecurity() has not been implemented.');
}
Disables screen security, allowing screenshots and screen recording.
Future<void> disableScreenSecurity() {
throw UnimplementedError('disableScreenSecurity() has not been implemented.');
}