showBottomBar method

void showBottomBar(
  1. BuildContext context
)

Implementation

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