@override Future<String?> getAppName() async { final appName = await methodChannel.invokeMethod<String>('getAppName'); return appName; }