cabinPleasantCatch method

void cabinPleasantCatch(
  1. String oralCentralMotif
)

Implementation

void cabinPleasantCatch(String oralCentralMotif) {
  SmartDialog.showNotify(
    msg: oralCentralMotif,
    notifyType: NotifyType.error,
    alignment: Alignment.center,
  );
}