removeHandler method

void removeHandler()

Implementation

void removeHandler() {
  messenger.unregisterHandler(name);
}