addCiphertextOffset method

int addCiphertextOffset(
  1. int? offset
)

Implementation

int addCiphertextOffset(int? offset) {
  fbBuilder.addOffset(0, offset);
  return fbBuilder.offset;
}