publishEvent method Null safety
- Event event
向订阅者发布事件
Implementation
Future<NIMResult<void>> publishEvent(Event event) async {
throw UnimplementedError('publishEvent() is not implemented');
}
向订阅者发布事件
Future<NIMResult<void>> publishEvent(Event event) async {
throw UnimplementedError('publishEvent() is not implemented');
}