forwardMessages static method
Implementation
static Future<dynamic> forwardMessages(
List<String> messageIds, String tojid, String chattype) {
return FlyChatFlutterPlatform.instance
.forwardMessages(messageIds, tojid, chattype);
}
static Future<dynamic> forwardMessages(
List<String> messageIds, String tojid, String chattype) {
return FlyChatFlutterPlatform.instance
.forwardMessages(messageIds, tojid, chattype);
}