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