ConfirmationService constructor

const ConfirmationService({
  1. Key? key,
  2. required dynamic serviceId,
  3. dynamic from,
})

Implementation

const ConfirmationService({super.key, required this.serviceId, this.from});