onSelfTranscriptionOff property

void Function(Map map)? onSelfTranscriptionOff
getter/setter pair

Callback for when self-transcription is turned off.

This callback is triggered when self-transcription has successfully stopped.

Implementation

static void Function(Map<dynamic, dynamic> map)? onSelfTranscriptionOff;