changeStream abstract method
Stream of changes that occur in the local storage. Return null if the adapter doesn't support change notifications.
Implementation
Stream<DatumChangeDetail<T>>? changeStream();
Stream of changes that occur in the local storage. Return null if the adapter doesn't support change notifications.
Stream<DatumChangeDetail<T>>? changeStream();