ScopedSubscriptionListEditor class

Scoped subscription list editor.

Constructors

ScopedSubscriptionListEditor(String methodName, MethodChannel channel)

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply() → Future<void>
Applies subscription list changes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribe(String listId, ChannelScope scope) → void
Subscribes to a list in the given scope.
toString() → String
A string representation of this object.
inherited
unsubscribe(String listId, ChannelScope scope) → void
Unsubscribe from a list in the given scope.

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

SUBSCRIPTIONLIST_OPERATION_ACTION → const String
SUBSCRIPTIONLIST_OPERATION_ID → const String
SUBSCRIPTIONLIST_OPERATION_SCOPE → const String
SUBSCRIPTIONLIST_OPERATION_SUBSCRIBE → const String
SUBSCRIPTIONLIST_OPERATION_UNSUBSCRIBE → const String