WebViewSwitcher constructor
const
WebViewSwitcher({
- Key? key,
- required PayloadModel payload,
- required ValueSetter<
Map> onSuccess, - required ValueSetter onCancel,
Implementation
const WebViewSwitcher(
{Key? key,
required this.payload,
required this.onSuccess,
required this.onCancel})
: super(key: key);