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