resolveAsyncBind method

Future<T> resolveAsyncBind()

Implementation

Future<T> resolveAsyncBind() async {
  final bind = await asyncInject(Inject());
  return bind;
}