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