goBack method

Future<void> goBack()

Implementation

Future<void> goBack() async {
  throw UnimplementedError('goBack() has not been implemented.');
}