createGroup abstract method

Future<String> createGroup({
  1. String? groupId,
  2. required dynamic groupName,
  3. required TIMGroupType groupType,
  4. List<String>? memberList,
  5. String notification = '',
  6. String introduction = '',
  7. String faceUrl = '',
  8. TIMGroupAddOption addOption = TIMGroupAddOption.any,
  9. bool isAllMuted = false,
})

Implementation

Future<String> createGroup({
  String? groupId,
  required groupName,
  required TIMGroupType groupType,
  List<String>? memberList,
  String notification = '',
  String introduction = '',
  String faceUrl = '',
  TIMGroupAddOption addOption = TIMGroupAddOption.any,
  bool isAllMuted = false,
});