send method

void send()

Implementation

void send() {
  final p = malloc<PERIPHERAL_PILL_REMINDER_DATA>();
  p.ref.size = size;
  _to(p);
  // p.ref.pillReminder = reminderId;
  malloc.free(p);
}