resolver property
Resolves the dependency from the context.
Returns null when the dependency is not registered.
Implementation
final T? Function(BuildContext context)? resolver;
Resolves the dependency from the context.
Returns null when the dependency is not registered.
final T? Function(BuildContext context)? resolver;