reRenderApp function

void reRenderApp()

Implementation

void reRenderApp() {
  print('Re-rendering app...');
  _renderApp();
}