MessagingTopicResponse class

Interface representing the server response from the legacy {@link Messaging.sendToTopic} method.

See Send to a topic for code samples and detailed documentation.

Constructors

MessagingTopicResponse({required num messageId})
Interface representing the server response from the legacy {@link Messaging.sendToTopic} method.

Properties

hashCode int
The hash code for this object.
no setterinherited
messageId num
The message ID for a successfully received request which FCM will attempt to deliver to all subscribed devices.
final
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
toString() String
A string representation of this object.
inherited

Operators

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