read method

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

Implementation

Future<String?> read(String key) async => _pref.read(key: key);