@override Future isRootedDevice() async { final value = await methodChannel.invokeMethod('isRootedDevice'); return value; }