Future<void> deletePillReminder(int id) { return mConnconst.invokeMethod("deletePillReminder", <String, int>{"id": id}); }