onSplash method

void onSplash(
  1. IPDEvent event
)

开屏事件回调

Implementation

void onSplash(IPDEvent event) {
  _splashListener?.call(event);
  tryDestroyListener(event, _splashListener);
}