removeAllCallbacks method

void removeAllCallbacks()

Implementation

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