GroupChannelOperations extension Null safety

Set of functionality related to operating a group channel

on

Methods

acceptInvitation({String? accessCode}) Future<void>
Accepts received invitation to join on this channel.
declineInvitation() Future<void>
Declines received invitation to join this channel.
inviteUsers(List<String> userIds) Future<void>
Invites one or more User with given userIds to this channel.
join({String? accessCode}) Future<void>
Joins this channel
leave({bool? shouldRemoveOperatorStatus}) Future<void>
Leaves this channel
resetMyHistory() Future<void>
Resets (clear) any previous messages on this channel.