sendMenstrualCycle method
Sets the menstrual cycle reminder
Implementation
Future<void> sendMenstrualCycle(MenstrualCycleBean info) {
return _platform.sendMenstrualCycle(info);
}
Sets the menstrual cycle reminder
Future<void> sendMenstrualCycle(MenstrualCycleBean info) {
return _platform.sendMenstrualCycle(info);
}