removeAllCallbacks static method

void removeAllCallbacks()

remove all loading status callback

Implementation

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