App class
A Firebase App holds the initialization information for a collection of services.
- Inheritance
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsObject → AppJsImpl
-
JS object.
finalinherited
- name → String
-
Name of the app.
no setter
- options → FirebaseOptions
-
Options used during firebase.initializeApp().
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
) → Future< void> - Deletes the app and frees resources of all App's services.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getInstance(
AppJsImpl jsObject) → App -
Creates a new App from a
jsObject
.