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
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