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