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