YKStoreKitLogDelegate constructor

YKStoreKitLogDelegate({
  1. void logCallBack(
    1. String message
    )?,
  2. void errorCallBack(
    1. String errorMessage
    )?,
  3. Future loading()?,
  4. Future<void> disLoading()?,
})

Implementation

YKStoreKitLogDelegate({this.logCallBack, this.errorCallBack, this.loading, this.disLoading});