menu
tencent_cloud_chat_sdk package
documentation
web/compatible_models/v2_tim_callback.dart
V2TimCallback
V2TimCallback.fromBool constructor
V2TimCallback.fromBool constructor
dark_mode
light_mode
V2TimCallback.fromBool
constructor
V2TimCallback.fromBool
(
bool
isSuccess
,
String
desc
)
Implementation
V2TimCallback.fromBool(bool isSuccess, String desc) { code = isSuccess ? 0 : 1; desc = desc; }
tencent_cloud_chat_sdk package
documentation
web/compatible_models/v2_tim_callback
V2TimCallback
V2TimCallback.fromBool constructor
V2TimCallback class