SubscriptionListEditor class

Subscription list editor.

Constructors

SubscriptionListEditor(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) → 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