StoreBuilder<T extends CacheStore> typedef

StoreBuilder<T extends CacheStore> = Future<T> Function()

Store builder function

Implementation

typedef StoreBuilder<T extends CacheStore> = Future<T> Function();