getResolvedLibraryContaining abstract method

Future<SomeResolvedLibraryResult> getResolvedLibraryContaining(
  1. String path
)

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

Similar to getResolvedLibrary but path can also be a part file of a library.

Implementation

Future<SomeResolvedLibraryResult> getResolvedLibraryContaining(String path);