createGroup method
Future<void>
createGroup(
- String groupName,
- List<
String> userJidList, - String imageFilePath,
- dynamic callback(
- FlyResponse response
This method is used to create the group.
Implementation
Future<void> createGroup(String groupName, List<String> userJidList,
String imageFilePath, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}