intApp static method

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

Implementation

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