mutationStream property
Stream<CacheMutationEvent>
get
mutationStream
Stream of cache mutation events
Implementation
Stream<CacheMutationEvent> get mutationStream => _cacheMutator.mutationStream;
Stream of cache mutation events
Stream<CacheMutationEvent> get mutationStream => _cacheMutator.mutationStream;