init static method

void init(
  1. String appKey,
  2. String appSecret
)

Implementation

static void init(String appKey, String appSecret) {
  Map args = {"appKey": appKey, "appSecret": appSecret};
  _channel.invokeMethod("init", args);
}