CustomerPulseWebView constructor

const CustomerPulseWebView({
  1. Key? key,
  2. required String url,
  3. CustomerPulseEventDispatcher? dispatcher,
})

Implementation

const CustomerPulseWebView({super.key, required this.url, this.dispatcher});