getUnitElement2 abstract method

  1. @Deprecated('Use getUnitElement() instead')
Future<SomeUnitElementResult> getUnitElement2(
  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

@Deprecated('Use getUnitElement() instead')
Future<SomeUnitElementResult> getUnitElement2(String path);