writeIdentity method

void writeIdentity(
  1. Identity value
)

Implementation

void writeIdentity(Identity value) {
  writeBytes(value.bytes);
}