call method

void call(
  1. Subject<State> subject,
  2. State state
)

Implementation

void call(Subject<State> subject, State state) =>
    callback?.call(subject, state);