register static method

void register()

Implementation

static void register() {
  _methodChannel.setMethodCallHandler(callHandler);
}