notify method

void notify(
  1. SideEffect effect
)

Implementation

void notify(SideEffect effect) => state = effect;