sendLocationMessage method

Future<String> sendLocationMessage(
  1. String jid,
  2. double latitude,
  3. double longitude,
  4. String replyMessageId, {
  5. String? topicId,
})

This method is used to send the location message.

Implementation

Future<String> sendLocationMessage(
    String jid, double latitude, double longitude, String replyMessageId,
    {String? topicId}) {
  throw UnimplementedError('has not been implemented.');
}