updateNotificationPolicy method

ResponseFuture<UpdateNotificationPolicyResponse> updateNotificationPolicy(
  1. UpdateNotificationPolicyRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.UpdateNotificationPolicyResponse>
    updateNotificationPolicy($2.UpdateNotificationPolicyRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateNotificationPolicy, request,
      options: options);
}