appUpdate method
void
appUpdate()
Function to trigger an application update.
Implementation
void appUpdate() => rootController.update();
Function to trigger an application update.
void appUpdate() => rootController.update();