sendAudioMessage method

Future sendAudioMessage(
  1. String jid,
  2. String filePath,
  3. bool isRecorded,
  4. String duration,
  5. String replyMessageId, [
  6. String? audiofileUrl,
])

Implementation

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