getGroupMessageDeliveredToList static method
Implementation
static Future<dynamic> getGroupMessageDeliveredToList(String messageId, String jid) {
return FlyChatFlutterPlatform.instance.getGroupMessageDeliveredToList(messageId, jid);
}
static Future<dynamic> getGroupMessageDeliveredToList(String messageId, String jid) {
return FlyChatFlutterPlatform.instance.getGroupMessageDeliveredToList(messageId, jid);
}