onStreamingUpdated property

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

Callback for when streaming is updated.

This callback is triggered when there is an update in the streaming status.

Implementation

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