reassemble method
void
reassemble()
inherited
Called whenever the application is reassembled during debugging, for example during hot reload.
Implementation
void reassemble() {
/// Called whenever the application is reassembled during debugging, for
/// example during hot reload.
///
/// This method should rerun any initialization logic that depends on global
/// state, for example, image loading from asset bundles (since the asset
/// bundle may have changed).
}