Saves a boolean value to persistent storage under the specified content provider.
value
static Future<dynamic> putBool(String key, bool value) { return _setValue('Bool', key, value); }