locate method

Future<Locator?> locate(
  1. Locator locator
)

Locates the target of the given locator.

Implementation

Future<Locator?> locate(Locator locator) async =>
    await findService<LocatorService>()?.locate(locator);