clearCollection method
void
clearCollection()
Clear all collected assets.
Implementation
void clearCollection() async {
_bot = null;
_intents.clear();
_objects.clear();
_generals.clear();
}
Clear all collected assets.
void clearCollection() async {
_bot = null;
_intents.clear();
_objects.clear();
_generals.clear();
}