@override Future<bool?> lockScreen() async { final result = await methodChannel.invokeMethod<bool>('lockScreen'); return result; }