randomUserAgent function
Returns a random User-Agent string for the given type.
Implementation
String randomUserAgent(UserAgentDevice type) => _identity(type).ua;
Returns a random User-Agent string for the given type.
String randomUserAgent(UserAgentDevice type) => _identity(type).ua;