enableSDK method

void enableSDK()

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

Implementation

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