useKey static method

AESCipher useKey(
  1. Uint8List key
)

Implementation

static AESCipher useKey(Uint8List key) {
  return AESCipher._(key);
}