navigateBackWithResult<R extends Object> abstract method
void
navigateBackWithResult<R extends Object>([
Pops the current view / viewmodel off the stack and goes to the previous one.
The paramter is the result to send back to the calling view model.
This should be used in conjunction with navigateForResult.
Implementation
void navigateBackWithResult<R extends Object>([R parameter]);