Deletes the entity with the given id from the database.
id
@override Future<void> deleteById(String id) { _data.remove(id); return Future.value(); }