sendAudioMessage static method
Implementation
static Future<dynamic> sendAudioMessage(String jid, String filePath, bool isRecorded, String duration, String replyMessageId,
{String? audioFileUrl, String? topicId}) {
return FlyChatFlutterPlatform.instance
.sendAudioMessage(jid, filePath, isRecorded, duration, replyMessageId, audioFileUrl: audioFileUrl, topicId: topicId);
}