writeBool abstract method

void writeBool(
  1. bool value
)

Write a boolean.

Implementation

void writeBool(bool value);