ApplicationFunctionCall<TState> typedef

ApplicationFunctionCall<TState> = Stream<Updater<TState>> Function(Context<TState> context)

Implementation

typedef Stream<Updater<TState>> ApplicationFunctionCall<TState>(
  Context<TState> context,
);