StateUpdater<State extends StateBase> typedef

StateUpdater<State extends StateBase> = void Function(State state)

Implementation

typedef StateUpdater<State extends StateBase> = void Function(State state);