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