isInitialized property
bool
get
isInitialized
Whether the Supabase instance has been initialized. Useful for debugging.
Implementation
bool get isInitialized => _isInitialized;
Whether the Supabase instance has been initialized. Useful for debugging.
bool get isInitialized => _isInitialized;