activate method

void activate()

Use this method to initialize the Adapty SDK.

Implementation

void activate() {
  _channel.setMethodCallHandler(_handleIncomingMethodCall);
}