addCipher method

int addCipher(
  1. Cipher? cipher
)

Implementation

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