fetchCategoriesLocal method Null safety
Local call to get the categories.
Implementation
static fetchCategoriesLocal() {
return Categories.fromJson(jsonDecode(Info.getCategoriesJson()));
}
Local call to get the categories.
static fetchCategoriesLocal() {
return Categories.fromJson(jsonDecode(Info.getCategoriesJson()));
}