createGroup method

Future createGroup(
  1. String groupName,
  2. List<String> userJidList,
  3. String imageFilePath
)

Implementation

Future<dynamic> createGroup(
    String groupName, List<String> userJidList, String imageFilePath) {
  throw UnimplementedError('has not been implemented.');
}