setup method

void setup({
  1. String? appKey,
  2. String? channel,
})

Implementation

void setup({String? appKey, String? channel}) {
  _channel.invokeMethod("setup", {"appKey": appKey, "channel": channel});
}