getResolvedUnit abstract method

Future<SomeResolvedUnitResult> getResolvedUnit(
  1. String path
)

Return a future that will complete with information about the results of resolving the file with the given absolute, normalized path.

Implementation

Future<SomeResolvedUnitResult> getResolvedUnit(String path);