read method

Future<T?> read()

Implementation

Future<T?> read() {
  return super.readValue(id);
}