CallBack<T> constructor

CallBack<T>({
  1. NetCallbackFunction<T>? onNetFinish,
})

Implementation

CallBack({this.onNetFinish});