setError method

void setError(
  1. FOInAppAddCardError error
)

Implementation

void setError(FOInAppAddCardError error) {
  this.error = error;
}