CustomerPulseWebView constructor
const
CustomerPulseWebView({
- Key? key,
- required String url,
- CustomerPulseEventDispatcher? dispatcher,
Implementation
const CustomerPulseWebView({super.key, required this.url, this.dispatcher});