updateCache method
void
updateCache(
- dynamic data
Implementation
void updateCache(data) {
final cache = this.cache;
copyArray(cache, data);
}
void updateCache(data) {
final cache = this.cache;
copyArray(cache, data);
}