fetchCategoriesLocal method Null safety

dynamic fetchCategoriesLocal()

Local call to get the categories.

Implementation

static fetchCategoriesLocal() {
  return Categories.fromJson(jsonDecode(Info.getCategoriesJson()));
}