decodeKey method

Uint8List decodeKey ()

Implementation

Uint8List decodeKey() {
  return base64.decode(key);
}