updateNotificationPolicy method

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

Implementation

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