GelatoSessionLastError constructor
const
GelatoSessionLastError({
- GelatoSessionLastErrorCode? code,
- String? reason,
GelatoSessionLastError
Shows last VerificationSession error
Implementation
const GelatoSessionLastError({
this.code,
this.reason,
});