getUnitElement abstract method

Future<SomeUnitElementResult> getUnitElement(
  1. String path
)

Return a future that will complete with information about the results of building the element model for the file with the given absolute, normalized path.

Implementation

Future<SomeUnitElementResult> getUnitElement(String path);