getPlatformVersion method

Future<String?> getPlatformVersion()

Returns a platform-specific version string from the native plugin.

Implementation

Future<String?> getPlatformVersion() {
  throw UnimplementedError("platformVersion() has not been implemented.");
}