fromSuccess method

void fromSuccess(
  1. S data
)

Implementation

void fromSuccess(S data) => set(SuccessState(data));