run<R> method
Implementation
Call<R, AsyncValue<T>> run<R>(
Future<R> Function(Ref<AsyncValue<T>> ref) body,
) => _RunCall<R, AsyncValue<T>>(
this,
body,
(container) => container.read<AsyncValue<T>>(this),
);
Call<R, AsyncValue<T>> run<R>(
Future<R> Function(Ref<AsyncValue<T>> ref) body,
) => _RunCall<R, AsyncValue<T>>(
this,
body,
(container) => container.read<AsyncValue<T>>(this),
);