Future<bool> hasWriteAccess(Topic topic) async { return await CardinalSdkPlatformInterface.instance.apis.topic.hasWriteAccess( _sdkId, topic, ); }