onSplash method
开屏事件回调
Implementation
void onSplash(IosZjEvent event) {
_splashListener?.call(event);
tryDestroyListener(event, _splashListener);
}
开屏事件回调
void onSplash(IosZjEvent event) {
_splashListener?.call(event);
tryDestroyListener(event, _splashListener);
}