Retorna a userAgent do navegador.
userAgent
@override Future<String?> getPlatformVersion() async { return web.window.navigator.userAgent; }