hideBottomBar method
Implementation
void hideBottomBar(BuildContext context) {
_runWhenReady(
context,
() => Actions.invoke(context, BottomBarIntent.hide()),
);
}
void hideBottomBar(BuildContext context) {
_runWhenReady(
context,
() => Actions.invoke(context, BottomBarIntent.hide()),
);
}