contentGetter abstract method

Future<T?> contentGetter(
  1. String identifier
)
inherited

Content getter from your source (database)

If return non-null , content save storage or cache

Implementation

Future<T?> contentGetter(String identifier);