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