FirebaseInAppMessaging class

Inheritance
  • Object
  • PlatformInterface
  • FirebasePluginPlatform
  • FirebaseInAppMessaging

Properties

app → FirebaseApp
The FirebaseApp for this current FirebaseAnalytics instance.
final
hashCode int
The hash code for this object.
no setterinherited
pluginConstants Map
Returns any plugin constants this plugin app instance has initialized.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAutomaticDataCollectionEnabled(bool enabled) Future<void>
Determine whether automatic data collection is enabled or not.
setMessagesSuppressed(bool suppress) Future<void>
Enable or disable suppression of Firebase In App Messaging messages.
toString() String
A string representation of this object.
inherited
triggerEvent(String eventName) Future<void>
Programmatically trigger a contextual trigger.

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FirebaseInAppMessaging
Returns an instance using the default FirebaseApp.
no setter