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