WebViewScreen constructor
const
WebViewScreen({
- Key? key,
- required DataPayload pushDataModel,
Implementation
const WebViewScreen({
super.key,
required this.pushDataModel,
});