VerificationScreen constructor
const
VerificationScreen({
- Key? key,
- required ApiService apiService,
- Environment environment = Environment.SANDBOX,
- dynamic onComplete()?,
- dynamic onError()?,
Implementation
const VerificationScreen({
super.key,
required this.apiService,
this.environment = Environment.SANDBOX,
this.onComplete,
this.onError,
});