getUserAgent method

String? getUserAgent()

获取用户设置的userAgent

Implementation

String? getUserAgent() {
    return adController.userAgent;
  }