getBool static method

bool getBool(
  1. String key
)

Implementation

static bool getBool(String key) =>
    _preferences.getBool("$prefix$key") ?? false;