Called when trying to add a new item, Must return the added item, or throw an error if it's failed to add.
error
@protected Future<T> onAdd(T newItem) async { return newItem; }