clearCollection method

void clearCollection()

Clear all collected assets.

Implementation

void clearCollection() async {
  _bot = null;
  _intents.clear();
  _objects.clear();
  _generals.clear();
}