menu
webview_inapp package
documentation
flutter_inappwebview.dart
WebHistoryItem
WebHistoryItem constructor
WebHistoryItem constructor
dark_mode
light_mode
WebHistoryItem
constructor
WebHistoryItem
(
{
int
?
entryId
,
int
?
index
,
int
?
offset
,
WebUri
?
originalUrl
,
String
?
title
,
WebUri
?
url
,
})
Implementation
WebHistoryItem( {this.entryId, this.index, this.offset, this.originalUrl, this.title, this.url});
webview_inapp package
documentation
flutter_inappwebview
WebHistoryItem
WebHistoryItem constructor
WebHistoryItem class