readAll method
Reads all key-value pairs from secure storage.
Parameters:
options: A map of platform-specific options for the read-all operation.
Returns:
- A Future that resolves to a map containing all key-value pairs in storage.
Implementation
@override
Future<Map<String, String>> readAll({
required Map<String, String> options,
}) async => data;