decodeBoolOrNull abstract method

bool? decodeBoolOrNull(
  1. String key, {
  2. int? id,
})

Decodes the data for the given key or id as a nullable boolean value.

Implementation

bool? decodeBoolOrNull(String key, {int? id});