unbindCommand<T> method

void unbindCommand<T>(
  1. CallBridge<T> command
)

Implementation

void unbindCommand<T>(CallBridge<T> command) {
  command.unregisterCall(this);
}