setSecret function

void setSecret(
  1. String value
)

Alias for maskValueInLog

Implementation

void setSecret(String value) => maskValueInLog(value);