|
|
|
@ -1,4 +1,3 @@
|
|
|
|
import 'package:diplomaticquarterapp/config/config.dart';
|
|
|
|
|
|
|
|
import 'package:diplomaticquarterapp/config/shared_pref_kay.dart';
|
|
|
|
import 'package:diplomaticquarterapp/config/shared_pref_kay.dart';
|
|
|
|
import 'package:diplomaticquarterapp/core/enum/viewstate.dart';
|
|
|
|
import 'package:diplomaticquarterapp/core/enum/viewstate.dart';
|
|
|
|
import 'package:diplomaticquarterapp/core/model/pharmacies/PharmacyProduct.dart';
|
|
|
|
import 'package:diplomaticquarterapp/core/model/pharmacies/PharmacyProduct.dart';
|
|
|
|
@ -374,5 +373,4 @@ class __ProductDetailPageState extends State<ProductDetailPage> {
|
|
|
|
notifyMeWhenAvailable({itemId, customerId, ProductDetailViewModel model}) async {
|
|
|
|
notifyMeWhenAvailable({itemId, customerId, ProductDetailViewModel model}) async {
|
|
|
|
await model.notifyMe(customerId, itemId);
|
|
|
|
await model.notifyMe(customerId, itemId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|