MockFirebaseCore class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → void
Drop-in for setupFirebaseCoreMocks() that also seeds the plugin constants some Firebase plugins read (and assert on) before their platform delegate is built — notably Crashlytics' isCrashlyticsCollectionEnabled, which the official mock leaves empty. Call it before Firebase.initializeApp() in place of setupFirebaseCoreMocks() when the boot touches Crashlytics.
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