setFace method

void setFace(
  1. String front
)

Altera a frente do Flashcard

Implementation

void setFace(String front) {
  this.face = front;
}