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