Saves a boolean value to the platform.
value
Future<void> setBool(String key, bool value) { return _platform.setBool(key, value, _options); }