apply method

Future<void> apply()
inherited

Implementation

Future<void> apply() async {
  if (!widget.cache) {
    return;
  }

  await _parent!.apply(_cache!);
}