Messaging class

The Messaging service allows you to send messages to any provider type (SMTP, push notification, SMS, etc.).

Constructors

Messaging(Client client)
Initializes a Messaging service

Properties

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

Methods

createSubscriber({required String topicId, required String subscriberId, required String targetId}) Future<Subscriber>
Create subscriber
deleteSubscriber({required String topicId, required String subscriberId}) Future
Delete subscriber
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