clearAll method

Future<void> clearAll()
override

Implementation

Future<void> clearAll() async {
  await _box.clear();
  await _clientInstanceIdToContactIdentifierBox.clear();
}