setBloom method

  1. @JSExport()
JSPromise<JSAny?> setBloom(
  1. double bloom
)

Implementation

@JSExport()
JSPromise setBloom(double bloom) => viewer.setBloom(bloom).toJS;