getResolvedLibrary2 abstract method

  1. @Deprecated('Use getResolvedLibrary() instead')
Future<SomeResolvedLibraryResult> getResolvedLibrary2(
  1. String path
)

Return a future that will complete with information about the results of resolving all of the files in the library with the given absolute, normalized path.

Implementation

@Deprecated('Use getResolvedLibrary() instead')
Future<SomeResolvedLibraryResult> getResolvedLibrary2(String path);