clear static method

dynamic clear()

Implementation

static clear() {
  _instance?._fetchingIds.clear();
  _instance = null;
}