GelatoSessionLastError constructor

const GelatoSessionLastError({
  1. GelatoSessionLastErrorCode? code,
  2. String? reason,
})

GelatoSessionLastError

Shows last VerificationSession error

Implementation

const GelatoSessionLastError({
  this.code,
  this.reason,
});