payload property
Optional payload to be sent with the alarm. This can be used to pass additional data to the alarm handler.
Caller is responsible for serializing and parsing the payload.
Implementation
final String? payload;
Optional payload to be sent with the alarm. This can be used to pass additional data to the alarm handler.
Caller is responsible for serializing and parsing the payload.
final String? payload;