changeProgress method

void changeProgress(
  1. double value
)

Implementation

void changeProgress(double value){
  progress.call(value);
}