Future<void> purgeTopic(Topic topic) async { return await CardinalSdkPlatformInterface.instance.apis.topicBasic.purgeTopic( _sdkId, topic, ); }