MotherDetailsCubit constructor

MotherDetailsCubit()

Implementation

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