VerificationCodeAction constructor

VerificationCodeAction(
  1. Map body, {
  2. dynamic onError(
    1. ApiError
    )?,
  3. dynamic onSuccess(
    1. Response
    )?,
})

Implementation

VerificationCodeAction(this.body, {this.onError, this.onSuccess})
    : super("$_PATH", body);