Returns a String containing the version of the platform.
@override Future<String?> getPlatformVersion() async { final userAgent = html.window.navigator.userAgent; return 'Web $userAgent'; }