canGoBack method

Future<bool?> canGoBack()

Implementation

Future<bool?> canGoBack() => _channel.invokeMethod<bool>('canGoBack');