Returns the list of all the positions in the publication.
Future<List<Locator>> positions() => findService<PositionsService>()?.positions() ?? positionsFromManifest();