clearCache method
Clears the locals
and newNameCount
and reset to {}
Implementation
@override
void clearCache() {
locals.clear();
ModelController.newNameCount.clear();
}
Clears the locals
and newNameCount
and reset to {}
@override
void clearCache() {
locals.clear();
ModelController.newNameCount.clear();
}