updateGroupName method
This method is used to update the group profile name.
Implementation
Future<void> updateGroupName(
String jid, String name, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}