OnUserAgentCall typedef
OnUserAgentCall =
void Function(String userAgent)
user agent回调
Implementation
typedef OnUserAgentCall = void Function(String userAgent);
user agent回调
typedef OnUserAgentCall = void Function(String userAgent);