onACKStartLiveRecording property

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

Acknowledgment callback for starting live recording.

This callback is triggered when the request to start live recording is acknowledged.

Implementation

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