Returns a host OS version string when the platform supports it.
@override Future<String?> getPlatformVersion() async { return web.window.navigator.userAgent; }