read method

  1. @protected
Future<String?> read()

Implementation

@protected
Future<String?> read() => storage.read(key: key);