EmitStateCallback<S> typedef

void EmitStateCallback (
  1. S state
)

Implementation

typedef EmitStateCallback<S> = void Function(S state);