getGroupJid method

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

Implementation

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