disableSdk method

void disableSdk()

API to disable all features of the SDK.

Implementation

void disableSdk() {
  _platform.updateSdkState(false, appId);
}