initialized property
bool
get
initialized
Returns true
if Firebase is initialized.
Firebaseが初期化されている場合true
を返します。
Implementation
static bool get initialized => _app != null;
Returns true
if Firebase is initialized.
Firebaseが初期化されている場合true
を返します。
static bool get initialized => _app != null;