menu
flutter_tencent_im package
documentation
com.tencent.imv2/callback/TIMValueCallback.dart
TIMErrorCallback typedef
TIMErrorCallback typedef
dark_mode
light_mode
TIMErrorCallback
typedef
TIMErrorCallback
=
dynamic Function
(
int
code
,
String
desc
)
Implementation
typedef TIMErrorCallback = Function(int code, String desc);
flutter_tencent_im package
documentation
com.tencent.imv2/callback/TIMValueCallback
TIMErrorCallback typedef
TIMValueCallback library