dispose method

void dispose()

Implementation

void dispose() {
  loading.value = false;
  loading.dispose();
  _loadingQueue.clear();
}