getResolvedUnit2 abstract method

  1. @Deprecated('Use getResolvedUnit() instead')
Future<SomeResolvedUnitResult> getResolvedUnit2(
  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

@Deprecated('Use getResolvedUnit() instead')
Future<SomeResolvedUnitResult> getResolvedUnit2(String path);