MotherDetailsCubit constructor
Implementation
MotherDetailsCubit() : super(const MotherDetailsState()) {
db = Databases(client);
_initControllers();
fetchMothersId();
}
MotherDetailsCubit() : super(const MotherDetailsState()) {
db = Databases(client);
_initControllers();
fetchMothersId();
}