resolveAsyncBind method

  1. @override
Future<T> resolveAsyncBind()

Get the value of the bind

Implementation

@override
Future<T> resolveAsyncBind() async {
  final bind = await asyncInject(modularTracker.injector);
  return bind;
}