Disables screen protection, restoring normal behavior.
@override Future<void> disableScreenProtection() async { await methodChannel.invokeMethod<void>('disableScreenProtection'); }