load abstract method

Future<String?> load(
  1. String key
)

Loads data from storage

Implementation

Future<String?> load(String key);