disableScreenProtection method
Disables screen protection, restoring normal behavior.
Implementation
Future<void> disableScreenProtection() {
throw UnimplementedError(
'disableScreenProtection() has not been implemented.');
}
Disables screen protection, restoring normal behavior.
Future<void> disableScreenProtection() {
throw UnimplementedError(
'disableScreenProtection() has not been implemented.');
}