getCurrentVersion method

Future<String?> getCurrentVersion()

Returns the raw current app version string from the native plugin.

Implementation

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