off method

void off(
  1. String eventType,
  2. Function handler
)

Implementation

void off(String eventType, Function handler) {
  _talkJsInbox.off(eventType, allowInterop(handler));
}