read abstract method

Future<Map<String, dynamic>?> read(
  1. String key
)

Read data from storage.

Returns null if no data exists for the key.

Implementation

Future<Map<String, dynamic>?> read(String key);