sendMessageByInboxId method

Future<String?> sendMessageByInboxId(
  1. String recipientInboxId,
  2. dynamic message,
  3. String authorityId,
  4. String typeId,
  5. int versionMajor,
)

Implementation

Future<String?> sendMessageByInboxId(String recipientInboxId, dynamic message, String authorityId, String typeId, int versionMajor) {
  throw UnimplementedError('sendMessageByInboxId() has not been implemented.');
}