setBool method

void setBool(
  1. bool value
)

Implementation

void setBool(bool value) {
  SharedPreferencesInstance.sp?.setBool(_key, value);
}