setEncrypt static method

void setEncrypt(
  1. String secret
)

Implementation

static void setEncrypt(String secret) => _secret = secret;