init static method

Future init(
  1. String appKey, {
  2. String? channel,
})

Implementation

static Future init(String appKey, {String? channel}) async {
  _channel.invokeMethod('init', appKey);
}