SetItems<T> typedef

SetItems<T> = Future<List<T>?> Function(WriteListOperation<T>)

Logic to activate setItems.

Implementation

typedef SetItems<T> = Future<List<T>?> Function(WriteListOperation<T>);