返回包含平台版本信息的字符串(浏览器 UA)。
@override Future<String?> getPlatformVersion() async { final version = html.window.navigator.userAgent; return version; }