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