executeCallback method

void executeCallback()

Implementation

void executeCallback() {
  callback?.call(callbackState);
}