CustomerPulsePage constructor

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

Implementation

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