UNativeCallBack constructor

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

Implementation

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