setTextForAimToSelectAutoHint method

Future<void> setTextForAimToSelectAutoHint(
  1. String text
)

Implementation

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