computeAssists abstract method

Future<void> computeAssists(
  1. covariant AssistRequest request,
  2. AssistCollector collector
)

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);