canGoBack method

Future<bool> canGoBack()

Implementation

Future<bool> canGoBack() async {
  return await _channel.invokeMethod('canGoBack');
}