hotReload method

void hotReload()

Reload the whole App

Implementation

void hotReload() => _parentState?.setState(() {});