Future<List<Topic>> getTopics(List<String> entityIds) async { return await CardinalSdkPlatformInterface.instance.apis.topic.tryAndRecover.getTopics( _sdkId, entityIds, ); }