fetchState abstract method

Future<(S?, V?)> fetchState(
  1. C command
)

Returns the state associated with command and its current version.

Implementation

Future<(S?, V?)> fetchState(C command);