addCipher method

int addCipher(
  1. Pemcipher? cipher
)

Implementation

int addCipher(Pemcipher? cipher) {
  fbBuilder.addInt32(2, cipher?.value);
  return fbBuilder.offset;
}