GetWebPageInstantView constructor

GetWebPageInstantView({
  1. required String url,
  2. required bool onlyLocal,
})

Implementation

GetWebPageInstantView({required this.url, required this.onlyLocal});