onHlsStarted property

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

Callback for when HLS streaming has started.

This callback is triggered when HLS streaming has successfully started.

Implementation

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