fromState<T> method
Implementation
T fromState<T>(BuildContext context, T Function(Watched state) builder) =>
builder(_state.watched(context));
T fromState<T>(BuildContext context, T Function(Watched state) builder) =>
builder(_state.watched(context));