setItems method
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');