getPlatformVersion method

Future<String?> getPlatformVersion()

Retrieves the platform version from the native platform.

Implementation

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