updateAppBar method

void updateAppBar()

Implementation

void updateAppBar() {
  if (!mounted) return;
  context.updateAppBar();
}