executeWhenAsksToAppear method

void executeWhenAsksToAppear(
  1. Function executor
)

Registers the callback that gets called when SDK asks to become visible

Implementation

void executeWhenAsksToAppear(Function executor) {
  _asksToAppearExecutor = executor;
}