pharmacy property
Methods and properties available with the IaBasePharmacy native module.
Implementation
IaBasePharmacy get pharmacy {
if (_pharmacy == null) {
throw _moduleNotInitializedError;
}
return _pharmacy!;
}
Methods and properties available with the IaBasePharmacy native module.
IaBasePharmacy get pharmacy {
if (_pharmacy == null) {
throw _moduleNotInitializedError;
}
return _pharmacy!;
}