onACKStopLiveRecording property

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

Acknowledgment callback for stopping live recording.

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

Implementation

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