RealmResultsOfRealmObject<T extends RealmObject> extension
- on
-
- RealmResults<
T>
- RealmResults<
Methods
-
subscribe(
{String? name, WaitForSyncMode waitForSyncMode = WaitForSyncMode.firstTime, CancellationToken? cancellationToken, bool update = false}) → Future< RealmResults< T> > -
Available on RealmResults<
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.T> , provided by the RealmResultsOfRealmObject extension -
subscriptionIsChanged(
Subscription? existingSubscription, Subscription updatedSubscription) → bool -
Available on RealmResults<
T> , provided by the RealmResultsOfRealmObject extension -
unsubscribe(
) → bool -
Available on RealmResults<
Unsubscribe from this query result. It returns immediately without waiting for synchronization.T> , provided by the RealmResultsOfRealmObject extension