clearCallbacks method

void clearCallbacks()

Clears all callbacks.

清除所有回调。

Implementation

void clearCallbacks() {
  _callbacks.clear();
}