getLibraryByUri2 abstract method

  1. @Deprecated('Use getLibraryByUri() instead')
Future<SomeLibraryElementResult> getLibraryByUri2(
  1. String uri
)

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

Implementation

@Deprecated('Use getLibraryByUri() instead')
Future<SomeLibraryElementResult> getLibraryByUri2(String uri);