afterSuccess method
this is a hook, that can be overwritten to perform actions, after the request has been done successfully
Implementation
void afterSuccess(TrayRequestResponse result) {
// do something after saving
}
this is a hook, that can be overwritten to perform actions, after the request has been done successfully
void afterSuccess(TrayRequestResponse result) {
// do something after saving
}