handleRecord property

dynamic Function(ChatMessage? audioMessage, bool canceled) handleRecord
final

function to handle the recorded audio

Implementation

final Function(ChatMessage? audioMessage, bool canceled) handleRecord;