LoadFromGraphQLAPI<DataType, ErrorType> typedef

LoadFromGraphQLAPI<DataType, ErrorType> = Future<QueryResponse<DataType, ErrorType>> Function()

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

Implementation

typedef LoadFromGraphQLAPI<DataType, ErrorType>
    = Future<QueryResponse<DataType, ErrorType>> Function();