setItems method

  1. @override
Future<WriteListResult<T>> setItems(
  1. WriteListOperation<T> operation
)
override

Persists all WriteListOperation.items.

Implementation

@override
Future<WriteListResult<T>> setItems(
  WriteListOperation<T> operation,
) =>
    // TODO(craiglabenz): Could this have a default implementation?
    throw Exception('Should never call ApiSource.setItems');