MessagingTopicResponse constructor
MessagingTopicResponse({
- required num messageId,
Interface representing the server response from the legacy {@link Messaging.sendToTopic} method.
See Send to a topic for code samples and detailed documentation.
Implementation
MessagingTopicResponse({required this.messageId});