onSendAudioMessage property
Callback when an audio message is sent. The audioPath
may be null if recording failed.
Implementation
final Function(String? audioPath, MessageType type) onSendAudioMessage;
Callback when an audio message is sent. The audioPath
may be null if recording failed.
final Function(String? audioPath, MessageType type) onSendAudioMessage;