userAgent method

String? userAgent()

Implementation

String? userAgent() {
  return header(HttpHeaders.userAgentHeader);
}