removeCallback method

void removeCallback(
  1. int cmd
)
inherited

Implementation

void removeCallback(int cmd) {
  _callbackMaps.remove(cmd);
}