Gets the platform version string
@override Future<String?> getPlatformVersion() async { return web.window.navigator.userAgent; }