回调监听示例:
TencentImPlugin.addListener((type, param) {
if (type == TencentImListenerTypeEnum.EnterRoom) {
} else if ...
});
回调监听示例:
TencentImPlugin.addListener((type, param) {
if (type == TencentImListenerTypeEnum.EnterRoom) {
} else if ...
});
让时间为你证明