addPayload method
Sets the payload data for the notification.
Implementation
LocalNotification addPayload(String payload) {
_payload = payload;
return this;
}
Sets the payload data for the notification.
LocalNotification addPayload(String payload) {
_payload = payload;
return this;
}