onStreamingStopped property

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

Callback for when streaming has stopped.

This callback is triggered when streaming has successfully stopped.

Implementation

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