setMessage abstract method

Future<void> setMessage(
  1. Message message
)

Set a message.

Messages are stored on CARP using the Message.id as the document name.

Implementation

Future<void> setMessage(Message message);