getGroupJid static method
This getGroupJid is used to get Group Jid from group ID.
Implementation
static Future<String?> getGroupJid(String groupId) {
return FlyChatFlutterPlatform.instance.getGroupJid(groupId);
}
This getGroupJid is used to get Group Jid from group ID.
static Future<String?> getGroupJid(String groupId) {
return FlyChatFlutterPlatform.instance.getGroupJid(groupId);
}