getBool static method

bool? getBool(
  1. String key
)

Implementation

static bool? getBool(String key) => _prefs?.getBool(key) ?? false;