ConfirmationService constructor
const
ConfirmationService({
- Key? key,
- required dynamic serviceId,
- dynamic from,
Implementation
const ConfirmationService({super.key, required this.serviceId, this.from});