write abstract method

void write(
  1. dynamic d
)

Writes a dynamic value into the buffer

  • d: the value to write

Implementation

void write(dynamic d);