forwardMessages static method

Future forwardMessages(
  1. List<String> messageIds,
  2. String tojid,
  3. String chattype
)

Implementation

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