check method

void check(
  1. String key
)

Implementation

void check(String key) {
  _checkKey(key);
  _checkIV(key);
}