updateDash method

void updateDash()

Implementation

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