ScopedSubscriptionListEditor class

Scoped subscription list editor.

Constructors

ScopedSubscriptionListEditor(String type, MethodChannel channel)

Properties

channel MethodChannel
final
hashCode int
The hash code for this object.
no setterinherited
operations List<Map<String, dynamic>>
The subscription list updates.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The subscription list update type.
final

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, List<String> scopes) → void
Subscribes to a list in the given scopes.
toString() String
A string representation of this object.
inherited
unsubscribe(String listId, List<String> scopes) → void
Unsubscribe from a list in the given scopes.

Operators

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