OnSuccessAll<T extends DataModelMixin<T>> typedef

OnSuccessAll<T extends DataModelMixin<T>> = FutureOr<List<T>> Function(DataResponse response, DataRequestLabel label, RemoteAdapter<T> adapter)

Implementation

typedef OnSuccessAll<T extends DataModelMixin<T>> = FutureOr<List<T>> Function(
    DataResponse response, DataRequestLabel label, RemoteAdapter<T> adapter);