@override Future<String?> getPlatformVersion() async { final String version = web.window.navigator.userAgent; return version; }