Delete pill reminder.
Future<void> deletePillReminder(int id) { return _platform.deletePillReminder(id); }