controller property

ShopsController get controller

Implementation

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