createGroupChat abstract method

Future<RxChat> createGroupChat(
  1. List<UserId> memberIds, {
  2. ChatName? name,
})

Creates a group Chat with the provided members and the authenticated MyUser, optionally named.

Implementation

Future<RxChat> createGroupChat(List<UserId> memberIds, {ChatName? name});