deleteAllCards abstract method

Future<String?> deleteAllCards()

Deletes all saved cards.

Returns a status string indicating the result:

  • "successDeleteAll": All cards were deleted.
  • "emptyStorage": No cards to delete.

Note: Only supported on iOS.

Implementation

Future<String?> deleteAllCards();