sendAudioMessage method

Future<String> sendAudioMessage(
  1. String jid,
  2. String filePath,
  3. bool isRecorded,
  4. String duration,
  5. String replyMessageId, {
  6. String? audioFileUrl,
  7. String? topicId,
})

This method is used to send the audio message.

Implementation

Future<String> sendAudioMessage(String jid, String filePath, bool isRecorded,
    String duration, String replyMessageId,
    {String? audioFileUrl, String? topicId}) {
  throw UnimplementedError('has not been implemented.');
}