apply method Null safety
inherited
Implementation
Future<void> apply() async {
if (!widget.cache) {
return;
}
await _parent!.apply(_cache!);
}
Future<void> apply() async {
if (!widget.cache) {
return;
}
await _parent!.apply(_cache!);
}