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> > - 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 -
unsubscribe(
) → bool - Unsubscribe from this query result. It returns immediately without waiting for synchronization.