This website works better with JavaScript.
Explore
Help
Register
Sign In
fmk
/
huixiang_app
Watch
1
Star
0
Fork
You've already forked huixiang_app
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1176
Commits
15
Branches
0
Tags
298 MiB
Tree:
7c2e664341
dart3
dart3_last
dart3_support
dev
ff_new
master
new_revision_app
null_safety
remove_uniapp
wr_202303
wr_2023_business
wr_2023_new_business
wr_2023_new_business_new
wr_2024_invoice
zyh
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7c2e664341'
${ noResults }
huixiang_app
/
lib
/
message
/
im
/
im_view
/
on_chat_message.dart
3 lines
54 B
Raw
Normal View
History
Unescape
Escape
消息ui更改 复制粘贴(更改中...)
2 years ago
abstract
class
OnChatMessage
{
void
onMessage
(
txt
)
;
}