noStreams static method

TrackResolutionException noStreams(
  1. int trackId
)

Implementation

static TrackResolutionException noStreams(int trackId) => TrackResolutionException(
  '''Could not resolve any streams for the specified track ID: $trackId
  This may be a bug in the library. If the issue persists, do not hesitate to report it on the
  project's GitHub page.'''
);