Deletes an entity identified by id. Returns true if deleted.
id
true
@override Future<bool> delete(int id) => deleteDelegate(id);