getPlatformVersion method

Future<String?> getPlatformVersion()

Gets the HaishinKit library version.

Implementation

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