getKey method

Uint8List getKey()

Implementation

Uint8List getKey() {
  return Uint8List.fromList(_aesKey);
}