init method

void init(
  1. String appkey,
  2. String channel
)

Implementation

void init(String appkey, String channel) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}