onAckStopStreaming property

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

Acknowledgment callback for stopping streaming.

This callback is triggered when the request to stop streaming is acknowledged.

Implementation

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