PgWebView constructor
const
PgWebView({
- Key? key,
- required String url,
- required PgStatusRequest pgStatusRequest,
Implementation
const PgWebView({
super.key,
required this.url,
required this.pgStatusRequest,
});