LoadFromCache<DataType> typedef

LoadFromCache<DataType> = Future<DataType> Function()

A generic class that can provide a resource backed by a local storage and the network.

Implementation

typedef LoadFromCache<DataType> = Future<DataType> Function();