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