resolver property
Resolves the dependency asynchronously from the context.
Implementation
final Future<T> Function(BuildContext context)? resolver;
Resolves the dependency asynchronously from the context.
final Future<T> Function(BuildContext context)? resolver;