hideHelper method
void
hideHelper()
Hide the current overlayed helper this do nothing if there is no helper overlayed.
Implementation
void hideHelper() {
_overlayHelper.popHelper();
}
Hide the current overlayed helper this do nothing if there is no helper overlayed.
void hideHelper() {
_overlayHelper.popHelper();
}