clear method

void clear()

Clears all values of the _mocksMap.

Implementation

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