init method

dynamic init()
inherited

Implementation

init() {
  //if (!channel.checkMethodCallHandler(onMethodCall)) {
  channel.setMethodCallHandler(onMethodCall);
  //}
}