getPlatformVersion method

Future<String?> getPlatformVersion()

Returns the host platform version from the example plugin channel.

Implementation

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