getValueFromPayload method
Implement in subclasses to extract the field's value from the payload.
Implementation
@override
String getValueFromPayload(SubmitAccountEvent payload) {
return payload.event.joinSite;
}
Implement in subclasses to extract the field's value from the payload.
@override
String getValueFromPayload(SubmitAccountEvent payload) {
return payload.event.joinSite;
}