addScopedWidget<T extends Widget> abstract method
- @Deprecated("Use addScopeForWidget instead")
- Scope<
T> instanceFactory(- DependencyProvider,
- Key? key,
- dynamic args
Implementation
@Deprecated("Use addScopeForWidget instead")
void addScopedWidget<T extends Widget>(
Scope<T> Function(DependencyProvider, Key? key, dynamic args)
instanceFactory);