CustomerPulseWebView constructor

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

Implementation

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