Locates the target of the given locator.
locator
@override Future<Locator?> locate(Locator locator) async => locator.takeIf((it) => readingOrder.firstWithHref(locator.href) != null);