locateProgression method
Locates the target at the given progression relative to the whole publication.
Implementation
Future<Locator?> locateProgression(double totalProgression) async =>
await findService<LocatorService>()?.locateProgression(totalProgression);