@override Future<bool> canGoForward() async { return await _channel.invokeMethod<bool>('$_name/canGoForward') ?? false; }