dispose method
void
dispose()
Cleanup BetterPlayerPlaylistController
Implementation
void dispose() {
_nextVideoTimeStreamSubscription?.cancel();
}
Cleanup BetterPlayerPlaylistController
void dispose() {
_nextVideoTimeStreamSubscription?.cancel();
}