@override Future<void> toggleScreenSecurity(bool enabled) async { await methodChannel.invokeMethod('toggleScreenSecurity', {'enabled': enabled}); }