add group fuc

This commit is contained in:
hrxiang
2021-07-08 18:41:00 +08:00
parent 073b91ba99
commit 3acbacda6d
26 changed files with 536 additions and 141 deletions

View File

@@ -6,4 +6,6 @@ class OpenIM {
const MethodChannel('flutter_openim_sdk');
static IMManager iMManager = IMManager(_channel);
OpenIM._();
}