getResolvedLibraryByElement2 abstract method

  1. @Deprecated('Use getResolvedLibraryByElement() instead')
Future<SomeResolvedLibraryResult> getResolvedLibraryByElement2(
  1. LibraryElement element
)

Return a future that will complete with information about the results of resolving all of the files in the library with the library element.

Throw ArgumentError if the element was not produced by this session.

Implementation

@Deprecated('Use getResolvedLibraryByElement() instead')
Future<SomeResolvedLibraryResult> getResolvedLibraryByElement2(
    LibraryElement element);