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