hideBottomBar method

void hideBottomBar(
  1. BuildContext context
)

Implementation

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