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