getAppVersionCode method

Future<String?> getAppVersionCode()

Retrieves the application version code from the native platform.

Implementation

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