goBack method

Future<void> goBack()

Implementation

Future<void> goBack() async {
  _callMethod("goBack");
}