@override Future<bool> isDebuggerAttached() async { return await methodChannel.invokeMethod<bool>('isDebuggerAttached') ?? false; }