testWebMethod_Notification method

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

Implementation

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