initialize static method

dynamic initialize(
  1. String ivKey
)

Implementation

static initialize(String ivKey) {
  iv = IV.fromBase64(ivKey);
}