libraryFor abstract method

Future<LibraryElement> libraryFor(
  1. AssetId assetId, {
  2. bool allowSyntaxErrors = false,
})

Returns a resolved library representing the file defined in assetId.

Implementation

Future<LibraryElement> libraryFor(
  AssetId assetId, {
  bool allowSyntaxErrors = false,
});