readAll method

  1. @override
Future<Map<String, String>> readAll({
  1. required Map<String, String> options,
})
override

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;