onMutationSyncResult property

Stream<MutationSyncResult> get onMutationSyncResult

Implementation

Stream<MutationSyncResult> get onMutationSyncResult =>
    _mutationSyncer?.onMutationSyncResult ?? const Stream.empty();