getBool method

bool getBool(
  1. String key
)

Implementation

bool getBool(String key) {
  return _prefs.getBool(key) ?? false;
}