create property

FutureOr<T> Function(Deps deps) create
final

Creates a new instance of T. You can use provided Deps to obtain required dependencies. This callback can be asynchronous to perform long running initialization or await another dependency.

Implementation

final FutureOr<T> Function(Deps deps) create;