SubscriptionListEditor class

Subscription list editor.

Constructors

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

Operators

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