MedicineController class

Inheritance
  • Object
  • GetLifeCycle
  • DisposableInterface
  • GetxController
  • MedicineController
Implemented types

Constructors

MedicineController()

Properties

AccountController sdkMyAccountController
getter/setter pair
AutofilValues ↔ dynamic
getter/setter pair
city ↔ RxString
getter/setter pair
FetchingStateCity ↔ dynamic
getter/setter pair
GetAddressList List
getter/setter pair
getAllMedicineList List
getter/setter pair
getDataFromCartManager ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
no setterinherited
HomeController SDK_HomePageController
getter/setter pair
HowitsWork List
getter/setter pair
indexvalue int
getter/setter pair
initialized bool
Checks whether the controller has already been initialized.
no setterinherited
isClosed bool
Checks whether the controller has already been closed.
no setterinherited
listeners int
no setterinherited
ListFrom String
getter/setter pair
Loading String
getter/setter pair
medicineLoading bool
getter/setter pair
MedicineSuggestionList List
getter/setter pair
onDelete → InternalFinalCallback<void>
Internal callback that starts the cycle of this controller.
finalinherited
onStart → InternalFinalCallback<void>
Called at the exact moment the widget is allocated in memory. It uses an internal "callable" type, to avoid any @overrides in subclases. This method should be internal and is required to define the lifetime cycle of the subclass.
finalinherited
pincodefromuser ↔ RxString
getter/setter pair
previeworderdetails ↔ dynamic
getter/setter pair
razorpaycontroller PaymentController
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SearchMedList List
getter/setter pair
validatePresc ↔ RxBool
getter/setter pair
VasList List
getter/setter pair

Methods

$configureLifeCycle() → void
inherited
addItemToCart({dynamic context, dynamic Pincode, dynamic SendDataToCart}) → dynamic
addListener(GetStateUpdate listener) → Disposer
Register a closure to be called when the object notifies its listeners.
inherited
addListenerId(Object? key, GetStateUpdate listener) → Disposer
inherited
AddressCRUD({dynamic posttype, dynamic addressid, dynamic type, dynamic address, dynamic towerplotnum, dynamic societyname, dynamic pincode, dynamic city, dynamic state, dynamic name, dynamic email, dynamic mobile, dynamic landmark, dynamic fromscreen, dynamic context}) Future
CancelMedicineOrder({dynamic cancelReason, dynamic context, dynamic cancelId}) Future
CheckPincode({dynamic pincode, dynamic context}) Future
deleteCartItem({dynamic Pincode, dynamic context, dynamic skuID}) Future
dispose() → void
inherited
disposeId(Object id) → void
To dispose an id from future updates(), this ids are registered by GetBuilder() or similar, so is a way to unlink the state change with the Widget from the Controller.
inherited
FetchingCityState({dynamic Pincode, dynamic context}) → dynamic
getAddressList() Future
getCartList({dynamic Pincode, dynamic context}) Future
getmedicinedef() Future
getmedicineserach({dynamic search, dynamic context, dynamic searchtype}) Future
getpincodefromlocal() → dynamic
MedicineOrder({dynamic context, dynamic checkbox, dynamic userpackageId}) Future
MedicinePreview({dynamic name, dynamic mobile, dynamic email, dynamic addresstype, dynamic address, dynamic landmark, dynamic city, dynamic state, dynamic pincode, dynamic checkbox, dynamic userpackageId, dynamic VasListData}) Future
MedicineSuggettionlist({dynamic search}) → dynamic
MedPrescriptionUpload({dynamic prescriptionArr, dynamic context, dynamic insertid, dynamic frompage}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notifyChildrens() → void
inherited
onClose() → void
Called before onDelete method. onClose might be used to dispose resources used by the controller. Like closing events, or streams before the controller is destroyed. Or dispose objects that can potentially create some memory leaks, like TextEditingControllers, AnimationControllers. Might be useful as well to persist some data on disk.
inherited
onInit() → void
Called immediately after the widget is allocated in memory. You might use this to initialize something for the controller.
inherited
onReady() → void
Called 1 frame after onInit(). It is the perfect place to enter navigation events, like snackbar, dialogs, or a new route, or async request.
inherited
refresh() → void
inherited
refreshGroup(Object id) → void
inherited
removeListener(VoidCallback listener) → void
Remove a previously registered closure from the list of closures that the object notifies.
inherited
removeListenerId(Object id, VoidCallback listener) → void
inherited
toString() String
A string representation of this object.
inherited
update([List<Object>? ids, bool condition = true]) → void
Rebuilds GetBuilder each time you call update(); Can take a List of ids, that will only update the matching GetBuilder( id: ), ids can be reused among GetBuilders like group tags. The update will only notify the Widgets, if condition is true.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited