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