PgWebView constructor

const PgWebView({
  1. Key? key,
  2. required String url,
  3. required PgStatusRequest pgStatusRequest,
})

Implementation

const PgWebView({
  super.key,
  required this.url,
  required this.pgStatusRequest,
});