testWebMethod_ManyNotifications method

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

Implementation

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