executeWhenAsksToAppear method
Registers the callback that gets called when SDK asks to become visible
Implementation
void executeWhenAsksToAppear(Function executor) {
  _asksToAppearExecutor = executor;
}Registers the callback that gets called when SDK asks to become visible
void executeWhenAsksToAppear(Function executor) {
  _asksToAppearExecutor = executor;
}