getResolvedUnit method
Resolves and returns the ResolvedUnitResult for the given file.
Implementation
Future<ResolvedUnitResult> getResolvedUnit(File file) async {
return resolveFile(file.path);
}
Resolves and returns the ResolvedUnitResult for the given file.
Future<ResolvedUnitResult> getResolvedUnit(File file) async {
return resolveFile(file.path);
}