goBack method
Implementation
Future<void> goBack() async {
if (_controller != null && !_isDisposed) {
await _controller!.goBack();
}
}
Future<void> goBack() async {
if (_controller != null && !_isDisposed) {
await _controller!.goBack();
}
}