resetHost static method
void
resetHost()
Resets the scheduler host back to DefaultSchedulerHost.
Implementation
static void resetHost() {
_host = const DefaultSchedulerHost();
}
Resets the scheduler host back to DefaultSchedulerHost.
static void resetHost() {
_host = const DefaultSchedulerHost();
}