off method

void off(
  1. dynamic event,
  2. dynamic handler
)

Implementation

void off(event, handler) => _mainSpace.off(event, handler);