static Future<String?> get getAppName async { final String? version = await _channel.invokeMethod('getAppName'); return version; }