computeAssists abstract method
Contribute assists for the location in the file specified by the given
request into the given collector.
Implementation
Future<void> computeAssists(
covariant AssistRequest request,
AssistCollector collector,
);