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