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