backWithData<T> method
void
backWithData<T>(
- T data
Navigates back to the previous screen with provided data.
data
is the data to return to the previous screen.
Implementation
void backWithData<T>(T data) {
Go(this).backWithData(data);
}