clearInput method

void clearInput()

Implementation

void clearInput() {
  _controller.clear(); // 清空输入框
}