getAll method

Handler for impostlist.

Returns a list of all import lists.

Implementation

Future<List<RadarrImportList>> getAll() async =>
    _commandGetAllImportLists(_client);