onMicButtonTap property

void Function(bool)? onMicButtonTap
final

Called when microphone/audio button is tapped. The button will be hidden if its null;

Implementation

final void Function(bool)? onMicButtonTap;