ProxyFeature<State, Msg, Effect> constructor
const
ProxyFeature<State, Msg, Effect> ({
- required Feature<
State, Msg, Effect> feature,
Creates a ProxyFeature with the specified feature.
Implementation
const ProxyFeature({required this.feature});