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