update method

Future<T?> update(
  1. T item
)

Implementation

Future<T?> update(T item) async => null;