getAppVersionCode method

Future<String?> getAppVersionCode()

Retrieves the application version code.

Implementation

Future<String?> getAppVersionCode() {
  return ZonkaSdkPlatform.instance.getAppVersionCode();
}