getMessageId method

String? getMessageId()

Get the message ID. Returns null if the request has not been made yet or if there was

Implementation

String? getMessageId() {
  return messageId;
}