Returns the browser user agent as platform version.
@override Future<String?> getPlatformVersion() async { return web.window.navigator.userAgent; }