onSplash method

void onSplash(
  1. IosZjEvent event
)

开屏事件回调

Implementation

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