getMessageId method
Get the message ID. Returns null if the request has not been made yet or if there was
Implementation
String? getMessageId() {
return messageId;
}
Get the message ID. Returns null if the request has not been made yet or if there was
String? getMessageId() {
return messageId;
}