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