HintsHelperAsync typedef
HintsHelperAsync =
Future<HintResults> Function(CodeMirror editor, [HintsOptions? options])
Implementation
typedef HintsHelperAsync = Future<HintResults> Function(CodeMirror editor,
[HintsOptions? options]);