Called when trying to remove an item. Must return the removed item, or throw an error when it's failed to remove.
error
@protected Future<int> onRemove(int index) async { return index; }