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