addParticipant method
Implementation
Future<EncryptedTopic> addParticipant(String entityId, String dataOwnerId, TopicRole topicRole) async {
return await CardinalSdkPlatformInterface.instance.apis.topicBasic.addParticipant(
_sdkId,
entityId,
dataOwnerId,
topicRole,
);
}