isInitialized property
bool
get
isInitialized
Checks if SharedPreferences has been initialized.
Returns true if the SharedPreferences instance has been loaded, false otherwise.
Implementation
static bool get isInitialized => _prefs != null;