setReject method

void setReject(
  1. String reason
)

Implementation

void setReject(String reason) => _delegate.setReject(reason);