GetBool function

bool? GetBool(
  1. String key
)

Implementation

bool? GetBool(String key) {
  return prefs!.getBool(key);
}