encodeBool abstract method

void encodeBool(
  1. String key,
  2. bool value, {
  3. int? id,
})

Encodes a boolean value for the given key or id.

Implementation

void encodeBool(String key, bool value, {int? id});