TagEditor class

Editor for tags.

Constructors

TagEditor(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

addTags(List<String> tags) → void
Adds tags to the channel.
apply() → Future<void>
Applies the tag operations.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeTags(List<String> tags) → void
Removes tags from the channel.
toString() → String
A string representation of this object.
inherited

Operators

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

Constants

TAG_OPERATION_ADD → const String
TAG_OPERATION_REMOVE → const String
TAG_OPERATION_TAGS → const String
TAG_OPERATION_TYPE → const String