MessageSendingStatePending constructor

const MessageSendingStatePending({
  1. required int sendingId,
})

The message is being sent now, but has not yet been delivered to the server

Implementation

const MessageSendingStatePending({
  required this.sendingId,
});