removeAllCallbacks method

void removeAllCallbacks()

Implementation

void removeAllCallbacks() {
  _statusCallbacks.clear();
}