updateGroupName method

Future<void> updateGroupName(
  1. String jid,
  2. String name,
  3. dynamic callback(
    1. FlyResponse response
    )?
)

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.');
}