executeCallback method

void executeCallback()

Implementation

void executeCallback() {
  callback(state);
}