cancelAll static method
void
cancelAll()
Cancel all HLS downloads.
Implementation
static void cancelAll() {
for (final url in _downloads.keys.toList()) {
cancel(url);
}
}
Cancel all HLS downloads.
static void cancelAll() {
for (final url in _downloads.keys.toList()) {
cancel(url);
}
}