writeBool abstract method

void writeBool(
  1. String key,
  2. bool value
)

Stores a boolean.

Implementation

void writeBool(String key, bool value);