disableSDK method

void disableSDK()

Disables the SDK. Please consult iOS and Android-specific implementation details before using.

Implementation

void disableSDK() {
  _channel.invokeMethod('disableSDK');
}