setPostProcessing method
Enable/disable postprocessing (disabled by default).
Implementation
@override
Future setPostProcessing(bool enabled) async {
_module.ccall("set_post_processing", "void",
["void*".toJS, "bool".toJS].toJS, [_viewer!, enabled.toJS].toJS, null);
}