Reads and returns all key-value pairs from secure storage.
@override Future<Map<String, String>> readAll() => _storage.readAll();