hide method

void hide()

Implementation

void hide() {
  _state?._fFloatController.dismiss();
}