positions method

Future<List<Locator>> positions()

Returns the list of all the positions in the publication.

Implementation

Future<List<Locator>> positions() async =>
    positionsByReadingOrder().then((it) => it.flatten());