Merge branch 'update_flutter_3.16.0' of http://34.17.75.184/Haroon6138/doctor_app_flutter into update_flutter_3.16.0

# Conflicts:
#	lib/utils/exception_report.dart
update_flutter_3.24_pharmacy_ntervention
Sultan khan 1 year ago
commit b8efa77837

@ -14,6 +14,8 @@ void postFailureResponse({
"exception" : exception
};
final firestore = FirebaseFirestore.instance;
final collectionRef = firestore.collection(doctorId.toString());
await collectionRef.add(data);
await collectionRef.doc(DateTime.now().toIso8601String()).set(data);
}
Loading…
Cancel
Save