sendLocationMessage static method

dynamic sendLocationMessage(
  1. String jid,
  2. double latitude,
  3. double longitude,
  4. String replyMessageId,
)

Implementation

static sendLocationMessage(
    String jid, double latitude, double longitude, String replyMessageId) {
  return FlyChatFlutterPlatform.instance
      .sendLocationMessage(jid, latitude, longitude, replyMessageId);
}