OkHiVerificationConfiguration constructor

OkHiVerificationConfiguration({
  1. bool? withForegroundService,
})

Implementation

OkHiVerificationConfiguration({bool? withForegroundService}) {
  this.withForegroundService = withForegroundService ?? true;
}