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