Future<void> purgeUser(User user) async { return await CardinalSdkPlatformInterface.instance.apis.user.purgeUser( _sdkId, user, ); }