preload method
dynamic
preload()
Implementation
preload() async {
for (var mn in this.materialsInfo.keys) {
await this.create(mn);
}
}
preload() async {
for (var mn in this.materialsInfo.keys) {
await this.create(mn);
}
}