Sets a boolean value.
Future<bool> setBool(String key, bool value) { throw UnimplementedError('setBool() has not been implemented.'); }