put bool.
static Future<bool> putBool(String key, bool value) { _ensureInitialized(); return _prefs.setBool(key, value); }