init method

void init()

Implementation

void init() {
  _channel.setMethodCallHandler(_handleMethod);
}