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