isInitialized property

  1. @Deprecated('No longer needed with SharedPreferencesAsync')
bool get isInitialized

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;