setBool method

void setBool(
  1. String key,
  2. bool value
)
inherited

Implementation

void setBool(String key, bool value) => _pref.setBool(key, value);