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