messageId property
String
get
messageId
The ID of the message. It must be unique for each message in scope of the applications. See the Cloud Messaging documentation for advice for picking and handling an ID.
Implementation
String get messageId => _wrapped.messageId;
set
messageId
(String v)
Implementation
set messageId(String v) {
_wrapped.messageId = v;
}