MessagingTopicResponse constructor

MessagingTopicResponse({
  1. 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});