controller property

ShopsController controller

Implementation

ShopsController get controller {
  return Get.put(ShopsController(shopContext: shopContext));
}