onCancel method

void onCancel()

Implementation

void onCancel() {
  clearState();
  _onCancel?.call();
}