USplashCallBack constructor

USplashCallBack({
  1. UOnShow? onShow,
  2. UOnFail? onFail,
  3. UOnClose? onClose,
  4. UOnClick? onClick,
})

Implementation

USplashCallBack({this.onShow, this.onFail, this.onClose, this.onClick});