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