isInitialized property
Checks if SharedPreferences has been initialized.
Returns true if the SharedPreferences instance has been loaded, false otherwise.
Implementation
@Deprecated('No longer needed with SharedPreferencesAsync')
static bool get isInitialized => _deprecatedPrefs != null;