restart method

dynamic restart(
  1. BuildContext context
)

reloads the app

Implementation

restart(BuildContext context) => LocalizedApp.restart(context);