content property

Future<T?> get content

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

Implementation

Future<T?> get content;