getGroupJid method

Future<String?> getGroupJid(
  1. String groupId
)

This method is used to get the group JID from the group ID.

Implementation

Future<String?> getGroupJid(String groupId) {
  throw UnimplementedError('has not been implemented.');
}