onHlsFailed property

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

Callback for when HLS streaming has failed.

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

Implementation

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