content abstract method

Future<T?> content(
  1. String name
)

Reads the content of the whole object stored inside the persistence system with name name. Returns null if it cannot read the object.

Implementation

Future<T?> content(final String name);