getResolvedUnit abstract method
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);
Return a future that will complete with information about the results of
resolving the file with the given absolute, normalized path
.
Future<SomeResolvedUnitResult> getResolvedUnit(String path);