locateProgression method

Future<Locator?> locateProgression(
  1. double totalProgression
)

Locates the target at the given progression relative to the whole publication.

Implementation

Future<Locator?> locateProgression(double totalProgression) async =>
    await findService<LocatorService>()?.locateProgression(totalProgression);