BaseMessage extension type

Base class for FCM messages

on
Implemented types
Implementers
Available extensions

Properties

android AndroidConfig?
The Android-specific options for messages sent through FCM
no setter
apns ApnsConfig?
The APNs-specific options for messages sent through FCM
no setter
data JSObject?
The data to send in this message
no setter
fcmOptions FcmOptions?
Generic FCM options
no setter
hashCode int
The hash code for this object.
no setterinherited
notification Notification?
The notification that will display to end users
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webpush WebpushConfig?
The Webpush-specific options for messages sent through FCM
no setter

Methods

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