getSeriesLookup method
Handler for series/lookup.
Searches for new shows on TheTVDB.com utilizing sonarr_flutter.tv's caching and augmentation proxy.
Required Parameters:
term: Term/words to search for
Implementation
Future<List<SonarrSeriesLookup>> getSeriesLookup({
required String term,
}) async => _commandGetSeriesLookup(_client, term: term);