registerBlackListChanged static method
注册黑名单变化的通知
Implementation
static Stream<void> registerBlackListChanged() {
return NimCore.instance.userService.onBlackListChanged;
}
注册黑名单变化的通知
static Stream<void> registerBlackListChanged() {
return NimCore.instance.userService.onBlackListChanged;
}