isBooted property
bool
get
isBooted
Checks if all providers have been booted.
Implementation
bool get isBooted => _bootloader.isBooted;
Checks if all providers have been booted.
bool get isBooted => _bootloader.isBooted;