getLibraryByUri abstract method

Future<SomeLibraryElementResult> getLibraryByUri(
  1. String uri
)

Return a future that will complete with information about the library element representing the library with the given uri.

Implementation

Future<SomeLibraryElementResult> getLibraryByUri(String uri);