Returns the current platform version.
@override Future<String?> getPlatformVersion() async { return 'Web: ${html.window.navigator.userAgent}'; }