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