deleteAll method
Deletes all key-value pairs from secure storage.
Parameters:
options: A map of platform-specific options for the delete-all operation.
Returns:
- A Future that completes when the delete-all operation finishes.
Implementation
@override
Future<void> deleteAll({required Map<String, String> options}) async =>
data.clear();