deleteAllUserRelatedData abstract method

Future<void> deleteAllUserRelatedData()

Deletes all user-related data from the CardLink SDK.

This includes saved cards and any other user-specific data.

Note: Only supported on iOS.

Implementation

Future<void> deleteAllUserRelatedData();