setBool static method

Future setBool(
  1. String key,
  2. bool value
)

Implementation

static Future setBool(String key, bool value) async =>
    await _preferences.setBool("$prefix$key", value);