setTextForAimToSelectAutoHint method

Future<void> setTextForAimToSelectAutoHint(
  1. String text
)

Implementation

Future<void> setTextForAimToSelectAutoHint(String text) {
  _textForAimToSelectAutoHint = text;
  return _controller.update();
}