onStreamingFailed property

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

Callback for when streaming has failed.

This callback is triggered when there is a failure in streaming.

Implementation

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