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