onResults property

Reports the completion suggestions that should be presented to the user. The set of suggestions included in the notification is always a complete list that supersedes any previously reported suggestions.

Implementation

Stream<CompletionResults> get onResults {
  return _listen('completion.results', CompletionResults.parse);
}