updateGroupProfileImage method

Future<bool?> updateGroupProfileImage(
  1. String jid,
  2. String file
)

Implementation

Future<bool?> updateGroupProfileImage(String jid, String file) {
  throw UnimplementedError('has not been implemented.');
}