@override Future<bool> canGoForward() async => await _channel.invokeMethod<bool>('canGoForward') ?? false;