getAll method
Handler for impostlist.
Returns a list of all import lists.
Implementation
Future<List<RadarrImportList>> getAll() async => _commandGetAllImportLists(_client);
Handler for impostlist.
Returns a list of all import lists.
Future<List<RadarrImportList>> getAll() async => _commandGetAllImportLists(_client);