createMessageInTopic method
Implementation
Future<EncryptedMessage> createMessageInTopic(EncryptedMessage entity) async {
return await CardinalSdkPlatformInterface.instance.apis.messageBasic.createMessageInTopic(
_sdkId,
entity,
);
}
Future<EncryptedMessage> createMessageInTopic(EncryptedMessage entity) async {
return await CardinalSdkPlatformInterface.instance.apis.messageBasic.createMessageInTopic(
_sdkId,
entity,
);
}