RedlinkMessaging class

Constructors

RedlinkMessaging()

Properties

hashCode int
The hash code for this object.
no setterinherited
onTokenRefresh Stream<String>
Fires when a new token is generated.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

configure({MessageHandler? onMessage, MessageHandler? onLaunch, MessageHandler? onResume, List<RedlinkPushOption>? pushOptions}) Future<void>
getToken() Future<String?>
Returns the push token.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerForPush() Future<void>
Registers for iOS push notifications
toString() String
A string representation of this object.
inherited

Operators

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