sendCustomNotification method

Future<NIMResult<void>> sendCustomNotification(
  1. CustomNotification notification
)

发送自定义系统通知

Implementation

Future<NIMResult<void>> sendCustomNotification(
    CustomNotification notification) async {
  return _platform.sendCustomNotification(notification);
}