retake method

void retake()

Show the entry again.

Implementation

void retake() {
  _retakeFnc?.call();
}