updateSendStatus method
Future<void>
updateSendStatus({
- required String messageId,
- required ModelBaseMessageStatus status,
inherited
The action for the update send status.
Implementation
@override
Future<void> updateSendStatus(
{required String messageId, required ModelBaseMessageStatus status}) {
return _$updateSendStatusAsyncAction.run(
() => super.updateSendStatus(messageId: messageId, status: status));
}