create method

ResponseFuture<NotificationId> create(
  1. Notification request, {
  2. CallOptions? options,
})

Notifications: Create Notification

Implementation

$grpc.ResponseFuture<$1.NotificationId> create(
  $0.Notification request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$create, request, options: options);
}