deleteAllUserRelatedData abstract method
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();
Deletes all user-related data from the CardLink SDK.
This includes saved cards and any other user-specific data.
Note: Only supported on iOS.
Future<void> deleteAllUserRelatedData();