load method

Future<BloomNode> load()

Returns the cached load Future, invoking loader on the first call only.

Implementation

Future<BloomNode> load() => _cached ??= loader();