list method
Checks the ID and size of all messages or of the message with the specified messageId
Implementation
Future<List<MessageListing>> list([int? messageId]) {
return sendCommand(PopListCommand(messageId));
}
Checks the ID and size of all messages or of the message with the specified messageId
Future<List<MessageListing>> list([int? messageId]) {
return sendCommand(PopListCommand(messageId));
}