enableSdk method

void enableSdk()

API to enable SDK usage. Note: By default the SDK is enabled, should only be called if you have called disableSdk at some point.

Implementation

void enableSdk() {
  _platform.updateSdkState(true, appId);
}