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