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