sendCustomNotification method
- CustomNotification notification
发送自定义系统通知
Implementation
Future<NIMResult<void>> sendCustomNotification(
CustomNotification notification) async {
return _platform.sendCustomNotification(notification);
}
发送自定义系统通知
Future<NIMResult<void>> sendCustomNotification(
CustomNotification notification) async {
return _platform.sendCustomNotification(notification);
}