getBool static method

bool? getBool(
  1. String key
)

Implementation

static bool? getBool(String key) => getIfNotExpired(key);