sendMenstrualCycle method

Future<void> sendMenstrualCycle(
  1. MenstrualCycleBean info
)

Sets the menstrual cycle reminder

Implementation

Future<void> sendMenstrualCycle(MenstrualCycleBean info) {
  return _platform.sendMenstrualCycle(info);
}