RealmResultsOfRealmObject<T extends RealmObject> extension

on

Methods

subscribe({String? name, WaitForSyncMode waitForSyncMode = WaitForSyncMode.firstTime, CancellationToken? cancellationToken, bool update = false}) Future<RealmResults<T>> Sync

Available on RealmResults<T>, provided by the RealmResultsOfRealmObject extension

Adds this RealmResults query to the set of active subscriptions. The query will be joined via an OR statement with any existing queries for the same type.
subscriptionIsChanged(Subscription? existingSubscription, Subscription updatedSubscription) bool

Available on RealmResults<T>, provided by the RealmResultsOfRealmObject extension

unsubscribe() bool Sync

Available on RealmResults<T>, provided by the RealmResultsOfRealmObject extension

Unsubscribe from this query result. It returns immediately without waiting for synchronization.