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