TIMCallback constructor
TIMCallback({
- Object? catchError,
- String? infoRecommendText,
- String? errorMsg,
- int? errorCode,
- StackTrace? stackTrace,
- int? infoCode,
- TIMCallbackType? type,
Implementation
TIMCallback(
{this.catchError,
this.infoRecommendText,
this.errorMsg,
this.errorCode,
this.stackTrace,
this.infoCode,
this.type});