store static method

Future<List<Store>> store(
  1. int page
)

check for store error

Implementation

static Future<List<Store>> store(int page) async {
  return await loadStore(page);
}