update method

Future<void> update(
  1. T item
)

Implementation

Future<void> update(T item) async {
  await _addItem(item, skipDelay: true);
}