positions method

Future<List<Locator>> positions()

Returns the list of all the positions in the publication.

Implementation

Future<List<Locator>> positions() =>
    findService<PositionsService>()?.positions() ?? positionsFromManifest();