removeCallback method

void removeCallback(
  1. int cmd
)

Implementation

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