ChannelGroupDx class
Groups channel group methods together.
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
-
addChannels(
String group, Set< String> channels, {Keyset? keyset, String? using}) → Future<ChannelGroupChangeChannelsResult> -
Adds
channels
to the channelgroup
. -
delete(
String group, {Keyset? keyset, String? using}) → Future< ChannelGroupDeleteResult> -
Removes ALL channels from a channel
group
. -
listChannels(
String group, {Keyset? keyset, String? using}) → Future< ChannelGroupListChannelsResult> -
Lists all channels in a channel
group
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeChannels(
String group, Set< String> channels, {Keyset? keyset, String? using}) → Future<ChannelGroupChangeChannelsResult> -
Removes
channels
from a channelgroup
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited