updateBody method

void updateBody()

Implementation

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