OnErrorAll<T extends DataModelMixin<T>> typedef

OnErrorAll<T extends DataModelMixin<T>> = FutureOr<List<T>> Function(DataException e, DataRequestLabel label, RemoteAdapter<T> adapter)

Implementation

typedef OnErrorAll<T extends DataModelMixin<T>> = FutureOr<List<T>> Function(
    DataException e, DataRequestLabel label, RemoteAdapter<T> adapter);