mutationStream property

Stream<CacheMutationEvent> get mutationStream

Stream of cache mutation events

Implementation

Stream<CacheMutationEvent> get mutationStream => _mutationController.stream;