WarmUpCapsuleContainer extension

Provides warmUp, a mechanism that waits for the specified capsules to be AsyncData.

on

Methods

warmUp<T>(Iterable<Capsule<AsyncValue<T>>> capsules) Future<void>

Available on CapsuleContainer, provided by the WarmUpCapsuleContainer extension

Warms up the specified capsules by waiting for them to all be AsyncData.