ChannelModerationRepository class
Constructors
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
-
addRole(
String role, List< String> userIds) → Future -
banMembers(
List< String> userIds) → Future -
channelId(
String id) → ChannelModerationRepository - Get member for the channel Id
-
muteMembers(
List< String> userIds, {int millis = 600000}) → Future -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeRole(
String role, List< String> userIds) → Future -
toString(
) → String -
A string representation of this object.
inherited
-
unbanMembers(
List< String> userIds) → Future -
unmuteMembers(
List< String> userIds) → Future
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited