hint method

void hint(
  1. int target,
  2. int mode
)

Implementation

void hint(int target, int mode) =>
    js_util.callMethod(this, 'hint', [target, mode]);