OkHiVerificationConfiguration constructor
OkHiVerificationConfiguration({
- bool? withForegroundService,
Implementation
OkHiVerificationConfiguration({bool? withForegroundService}) {
this.withForegroundService = withForegroundService ?? true;
}