NEValueCallback constructor

const NEValueCallback({
  1. void onSuccess(
    1. Object? data
    )?,
  2. void onError(
    1. int code,
    2. String message
    )?,
})

Implementation

const NEValueCallback({this.onSuccess, this.onError});