goBack method

Future<void> goBack()

Implementation

Future<void> goBack() async {
  return await _channel.invokeMethod('goBack');
}