获取UA
static Future<String?> get ua async { if (isAndroid) { return await _channel.invokeMethod('getUa'); } return ""; }