clear method
void
clear()
Clears all values of the _mocksMap
.
Implementation
void clear() {
debugPrintSynchronously(
'${UnitLog.tag} 📦 Clearing all ${_mocksMap.length} values of the box!');
_mocksMap.clear();
}