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