canGoForward method

Future<bool?> canGoForward()

Implementation

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