applicationStarted property
Triggered when the application host has fully started and is about to wait for a graceful shutdown.
Implementation
@override
CancellationToken get applicationStarted => _startedSource.token;
Triggered when the application host has fully started and is about to wait for a graceful shutdown.
@override
CancellationToken get applicationStarted => _startedSource.token;