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