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