setBoolValue abstract method

Future<void> setBoolValue(
  1. String key,
  2. bool value
)

Change bool value for key

For GPUImage filters can be applied for all attributes that have GPUAttributeClass equals to boolean For Core Image filters can be applied to CIFilter that has CIAttributeClass as NSNumber and CIAttributeType equals to CIAttributeTypeBoolean

Implementation

Future<void> setBoolValue(String key, bool value);