SendSMSScreen constructor

const SendSMSScreen({
  1. Key? key,
  2. required String strTransctionId,
})

Implementation

const SendSMSScreen({super.key, required this.strTransctionId});