onHlsStopped property

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

Callback for when HLS streaming has stopped.

This callback is triggered when HLS streaming has successfully stopped.

Implementation

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