read abstract method

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

데이터 읽기

Implementation

Future<String?> read(String key);