refetch abstract method

Future<State> refetch()

Refetch the query immediately.

Returns the updated State and will notify the stream.

Implementation

Future<State> refetch();