isInitialized property
bool
get
isInitialized
Whether the auto-updater has been initialized.
Implementation
static bool get isInitialized => _instance?.isInitialized ?? false;
Whether the auto-updater has been initialized.
static bool get isInitialized => _instance?.isInitialized ?? false;