Gets the value used for the HTTP User-Agent: request header.
User-Agent:
Future<String?> getUserAgent() { return platform.getUserAgent(); }