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