reloadApp function

void reloadApp()

Implementation

void reloadApp() {
  // Do nothing on non-web platforms
  //TODO: Implement this method
  throw UnsupportedError('Cannot reload app on non-web platforms');
}