sendLocationMessage method
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.');
}