FlutterUnionadSplashCallBack constructor

FlutterUnionadSplashCallBack({
  1. OnShow? onShow,
  2. OnFail? onFail,
  3. OnClick? onClick,
  4. OnFinish? onFinish,
  5. OnSkip? onSkip,
  6. OnTimeOut? onTimeOut,
})

Implementation

FlutterUnionadSplashCallBack(
    {this.onShow,
    this.onFail,
    this.onClick,
    this.onFinish,
    this.onSkip,
    this.onTimeOut});