This commit is contained in:
Patrick Alvin Alcala 2025-02-14 11:57:34 +08:00
parent b45cf8bd73
commit 941e9eaa5b
8 changed files with 91 additions and 19 deletions

View file

@ -21,8 +21,8 @@ class RefMedicines {
return data.first['ref_medicines_uuid'];
}
Future<void> postMedicine(String name, String muuid, String guuid, String tuuid) async {
final uuid = Uuid().v4();
Future<void> postMedicine(String uuid, String name, String muuid, String guuid, String tuuid) async {
// final uuid = Uuid().v4();
final medicine = {
'ref_medicines_uuid': uuid,