goBack method

void goBack([
  1. Object? result
])

Implementation

void goBack([Object? result]) {
  context.pop(result);
}