getPlatformVersion method
Returns the platform version string.
Platform implementations should override this method to return the actual platform version.
Implementation
@override
Future<String?> getPlatformVersion() async {
throw UnsupportedError(
'Web implementation is not supported on this platform',
);
}