getPlatformVersion method

Future<String?> getPlatformVersion()

Existing helper kept for backwards compatibility.

Implementation

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