resolver property

Future<T> Function(BuildContext context)? resolver
final

Resolves the dependency asynchronously from the context.

Implementation

final Future<T> Function(BuildContext context)? resolver;