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