checkHelp method

void checkHelp(
  1. BuildContext context
)

Implementation

void checkHelp(BuildContext context) {
  _limit.debounce(() {
    helpService.checkHelp(context, helpSnippets);
  });
}